@charset "utf-8";
/* CSS Document */

/* 重置 CSS */
html { font-size: 100px; }
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; }
body { min-width:1440px; }
body { font-size:16px; line-height:2em; font-family:"Microsoft YaHei", "微软雅黑", sans-serif; color:#333; background-color: #f2f2f2; -webkit-text-size-adjust:none; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
ul, ol { list-style:none }
a { color:#333; text-decoration:none }
a:active, a:hover { text-decoration:none; color: #108a00; }
fieldset,img {border:0 none}
button, input, select, textarea { font-size: 100%; vertical-align:middle; outline: none; } 
button { border:0 none; background-color:transparent; cursor:pointer } 

/*通用 CSS*/
/* 持续 */
img, span{
    -moz-transition: all ease-in-out 0.25s;
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    -ms-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
}
.clearfix:before,.clearfix:after { display: table; content: ""; line-height: 0; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1;/*IE/7/6*/ }
.container { width:1440px; margin-right: auto; margin-left: auto; }
.wrap1400 { width:1400px; margin-right: auto; margin-left: auto; padding: 20px; }
.date { float: right; color: #999999; font-size: 14px; }
.more { float: right; }
.more a { color: #999; }
.more a:hover { color: #108a00; }
.fl { float: left; }
.fr { float: right; }
/*间距*/
.blank10 { clear: both; height: 10px; width: 100%; overflow: hidden; font-size: 0px; line-height: 0px; }
.blank20 { clear: both; height: 20px; width: 100%; overflow: hidden; font-size: 0px; line-height: 0px; }
.blank30 { clear: both; height: 30px; width: 100%; overflow: hidden; font-size: 0px; line-height: 0px; }
/*边距*/
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.ml40 { margin-left: 40px; }
.pd20 { padding: 20px; }
.ptb60 { padding: 60px 0 60px 0; }
/*宽度*/
.w440 { width: 440px; }
.w680 { width: 680px; }
.w730 { width: 730px; }
/*背景色*/
.bg-bai { background-color: #fff; }
.bg-hui { background-color: #f2f2f2; }

/*头部*/
.header{
	width: 100%;
	height: 300px;
	background-image: url('bzgxs_1_1.jpg'), url('bzgxs_1_2.jpg');
	background-position:center top,  center top;
	background-repeat:no-repeat, repeat-x;
}
.header .wrap1400 {
	position: relative;
	height: 260px;
}
.header .sitelogo {
	position: absolute;
	left: 20px;
	top: 90px;
}
.header .sitelogo img {
	display: block;
}

/*搜索*/
.search {
	width: 300px;
	height: 40px;
	border: 1px solid #108a00;
	background-color: #fff;
	z-index: 1;
	position: absolute;
	top: 130px;
	right: 20px;
	border-radius: 20px;
}
.search-keyword {
	float:left;
	width:220px;
	height:40px;
	line-height:40px;
	overflow: hidden;
	font-size: 14px;
	border: 0px;
	background-color: #FFFFFF;
	margin-left: 20px;
}
.search-button {
	float:right;
	display:block;
	width:50px;
	height:40px;
	cursor: pointer;
}

/*主导航*/
.navbar {
	width:100%;
	background-color: #108a00;
}
.navbar dl {
	float: left;
	width: 240px;
	display: inline;
	position:relative;
	z-index:10;
}
.navbar dt a {
	display: block;
	line-height: 60px;
	height: 60px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3fa931;
	-webkit-transition:All .2s ease;
	-moz-transition:All .2s ease;
	-o-transition:All .2s ease;
}
.navbar dt a:hover {
	background-color: #ffa000;
}
.navbar dl:first-child dt a {
	border-left-style: none;
}
.navbar dt a img {
	display: block;
	margin-right: 20px;
}
.navbar .sub {
	position:absolute;
	width: 100%;
	top:60px;
	background:#fff;
	box-shadow: 0 0 10px #999;
	z-index:10;
	padding: 10px;
	box-sizing: border-box;
	display: none;
}
.navbar .sub>a{
	color:#333;
	display:block;
	text-align: center;
	line-height: 40px;
	-webkit-transition:All .2s ease;
	-moz-transition:All .2s ease;
	-o-transition:All .2s ease;
}
.navbar .sub>a:hover{
	color: #fff;
	background-color: #ffa000;
}
.navbar #m2 .sub {
	width: 1440px;
	left: -240px;
	padding: 40px;
	overflow: hidden;
}
.navbar #m2 .sub .hd {
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
.navbar #m2 .sub .hd a {
	font-size: 20px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #009900;
	float: left;
	font-weight: bold;
}
.navbar #m2 .m2fl {
	float: left;
	width: 270px;
}
.navbar #m2 .ldzc {
	overflow: hidden;
}
.navbar #m2 .ldzc li {
	float: left;
	width: 90px;
	line-height: 2.5em;
}
.navbar #m2 .ssjj {
	margin-top: 40px;
}
.navbar #m2 .ssjj img {
	display: block;
	width: 270px;
}
.navbar #m2 .m2fr {
	padding-left: 40px;
	width: 1010px;
	margin-left: 39px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	float: right;
}
.navbar #m2 .jg {
	overflow: hidden;
	margin-bottom: 30px;
}
.navbar #m2 .jg li {
	float: left;
	width: 250px;
	line-height: 2.5em;
}
.navbar #m2 .zs {
	overflow: hidden;
	width: 500px;
}
.navbar #m2 .zs li {
	line-height: 2.5em;
}

.float-navbar{
	position: fixed;
	top: 0px;
	z-index: 999;
}

/*底部*/
.footer {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #108a00;
}
.footer p {
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.footer p a {
	color: #fff;
}
.footer .biaoshi {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 80px;
}

/*布局*/
.main_l {
	float: left;
	width: 900px;
}
.main_r {
	float: right;
	width: 300px;
}
.main_channle_l {
	float: left;
	width: 300px;
}
.main_channle_r {
	float: right;
	width: 818px;
	padding: 40px;
	border: 1px solid #CCCCCC;
}
.common-main {
	width: 1350px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 30px;
	padding-left: 45px;
}
.news-main {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 70px;
	padding-bottom: 30px;
	padding-left: 70px;
}
.home-1ping,.home-2ping,.home-3ping,.home-4ping {
	overflow: hidden;
}

/*首页焦点图*/
.focusbox {
	position: relative;
	width: 680px;
	height: 380px;
	overflow: hidden
}
.focusbox .pic img {
	width: 680px;
	height: 380px;
	display: block
}
.focusbox .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 50px;
	width: 100%;
	background: #000;
	opacity: .6;
	overflow: hidden
}
.focusbox .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 50px;
	width: 100%;
	overflow: hidden
}
.focusbox .txt li {
	height: 50px;
	line-height: 50px;
	position: absolute;
	bottom: -40px
}
.focusbox .txt li a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px
}
.focusbox .num {
	position: absolute;
	z-index: 3;
	bottom: 19px;
	right: 16px
}
.focusbox .num li {
	float: left;
	position: relative;
	width: 12px;
	height: 12px;
	cursor: pointer;
	margin-left: 8px;
	font-size: 0;
	background-color: #fff;
	border-radius: 6px;
	opacity: .6
}
.focusbox .num li.on {
	background-color: #fff;
	opacity: 1
}

/*首页要闻
.home-yaowen {}
.home-yaowen .hd {
	line-height:60px;
	height:50px;
	position:relative;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.home-yaowen .hd ul {
	overflow: hidden;
	float: left;
}
.home-yaowen .hd li {
	float:left;
}
.home-yaowen .hd li a {
	text-align: center;
	display: block;
	font-size: 20px;
	text-decoration: none;
	line-height: 50px;
	font-weight: bold;
	color: #333;
	padding-right: 18px;
	padding-left: 18px;
}
.home-yaowen .hd li.on a {
	color:#fff;
	background-color: #108A00;
}
.home-yaowen .hd .gd {
	line-height: 50px;
	float: right;
}

.home-yaowen .bd {}
.home-yaowen .bd-1-nav {
	line-height: 45px;
	background-color: #f3f3f3;
	padding-left: 20px;
	height: 45px;
	overflow: hidden;
}
.home-yaowen .bd-1-nav a {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	display: inline-block;
}
.home-yaowen .bd-1-nav a.on {
	background-image: url(bzgxs_4.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	color: #ffa000;
}
*/

/*首页要闻*/
.home-yaowen {}
.home-yaowen .hd {
	line-height:60px;
	height:50px;
	position:relative;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
}
.home-yaowen .hd ul {
	overflow: hidden;
	float: left;
}
.home-yaowen .hd li {
	float:left;
}
.home-yaowen .hd li a {
	text-align: center;
	display: block;
	font-size: 20px;
	text-decoration: none;
	line-height: 50px;
	font-weight: bold;
	color: #333;
	padding-right: 33px;
	padding-left: 33px;
}
.home-yaowen .hd li.on a {
	color:#fff;
	background-color: #108A00;
}
.home-yaowen .hd .gd {
	line-height: 50px;
	float: right;
}

.home-yaowen .bd {}
.home-yaowen .inHd {
	background-color: #f3f3f3;
	height: 45px;
	overflow: hidden;
}
.home-yaowen .inHd li {
	cursor: pointer;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	color: #666666;
	display: inline-block;
	line-height: 44px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
	font-size: 15px;
}
.home-yaowen .inHd li.on {
	color: #108A00;
	border-bottom: 1px solid #108A00;
}

/*首页专题*/
.home-zhuanti {
	overflow: hidden;
	background-color: #f4f4f4;
}
.home-zhuanti-hd {
	float: left;
	width: 50px;
	height: 263px;
}
.home-zhuanti-hd a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #108a00;
	text-align: center;
	font-size: 20px;
	height: 203px;
	padding-top: 60px;
}

.home-zhuanti-bd {
	float: right;
	width: 1220px;
	padding-right: 65px;
	padding-left: 65px;
	overflow: hidden;
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
}
.home-zhuanti-bd .next,
.home-zhuanti-bd .prev {
	width: 30px;
	height: 60px;
	position: absolute;
	top: 83px;
	z-index: 3;
	background-repeat: no-repeat;
}
.home-zhuanti-bd .next {
	right: 20px;
	background-image: url(icon_03b.png);
	background-position: right center;
}
.home-zhuanti-bd .prev {
	left: 20px;
	background-image: url(icon_03a.png);
	background-position: left center;
}
.home-zhuanti-ul {
	height: 213px;
	width: 1220px;
	overflow: hidden;
}
.home-zhuanti-ul li {
	display: inline;
	float: left;
	margin-right: 20px;
}
.home-zhuanti-ul .pic {
	display: block;
	height: 163px;
	width: 290px;
	overflow: hidden;
}
.home-zhuanti-ul .pic img {
	display: block;
	height: 163px;
	width: 290px;
}
.home-zhuanti-ul .title {
	text-align: center;
	display: block;
	line-height: 50px;
	height: 50px;
	font-weight: bold;
}
.home-zhuanti-ul li:hover img {
transform:scale(1.2);
-ms-transform:scale(1.2); 	/* IE 9 */
-moz-transform:scale(1.2); 	/* Firefox */
-webkit-transform:scale(1.2); /* Safari 和 Chrome */
-o-transform:scale(1.2); 	/* Opera */
}


/*首页巴食巴适*/
.home-bsbs{}
.home-bsbs-hd{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
}
.home-bsbs-hd .bt{
	float: left;
}
.home-bsbs-hd .bt a{
	font-size: 20px;
	font-weight: bold;
	line-height: 46px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #108a00;
	text-decoration: none;
	display: block;
}
.home-bsbs-hd .more{}
.home-bsbs-bd {
	position: relative;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 35px;
	padding-left: 35px;
}
.home-bsbs-bd .next,
.home-bsbs-bd .prev {
	width: 30px;
	height: 60px;
	position: absolute;
	top: 83px;
	z-index: 3;
	background-repeat: no-repeat;
}
.home-bsbs-bd .next {
	right: 0px;
	background-image: url(icon_03b.png);
	background-position: right center;
}
.home-bsbs-bd .prev {
	left: 0px;
	background-image: url(icon_03a.png);
	background-position: left center;
}
.home-bsbs-box {
	height: 186px;
	width: 1330px;
	overflow: hidden;
}
.home-bsbs-box li {
	float: left;
	margin-right: 20px;
	width: 250px;
	display: inline;
}
.home-bsbs-box li .pic {
	display: block;
	height: 144px;
	width: 248px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
}

.home-bsbs-box li .pic img {
	display: block;
	height: 144px;
	width: 248px;
}
.home-bsbs-box li .title {
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	background-color: #F2F2F2;
}
.home-bsbs-box li:hover img {
transform:scale(1.2);
-ms-transform:scale(1.2); 	/* IE 9 */
-moz-transform:scale(1.2); 	/* Firefox */
-webkit-transform:scale(1.2); /* Safari 和 Chrome */
-o-transform:scale(1.2); 	/* Opera */
}
.home-bsbs-box li:hover .title {
	color: #FFFFFF;
	background-color: #108A00;
}

/*当前位置*/
.sitepath {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-top: 15px;
	padding-bottom: 15px;
	display:flex;
	align-items:center;
	font-size: 14px;
}
.sitepath img {
	margin-right: 15px;
	display: block;
}
.classloopbox {
	border: 1px solid #CCCCCC;
	padding: 40px;
}

.classloop {
	margin-top: 40px;
}
.classloop:first-child {
	margin-top: 0px;
}
.classloop .hd {
	overflow: hidden;
	background-image: url(icon_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 50px;
}
.classloop .hd h3 {
	font-weight: bold;
	color: #bf1d14;
	float: left;
	display: block;
	font-size: 22px;
}
.classloop .hd h3 a {
	color: #BF1D14;
	text-decoration: none;
	display: block;
	line-height: 45px;
	background-image: url(icon_03.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
}
.classloop .hd .more {
	margin-right: 20px;
	line-height: 50px;
}
.classloop .bd {

}
.classloop .bd ul { padding: 10px; }

.classloop-zgdt {
	width: 630px;
	margin-top: 40px;
}
.classloop-zgdt:nth-child(odd) {
	float: left;
}
.classloop-zgdt:nth-child(even) {
	float: right;
}
.classloop-zgdt:nth-child(-n+2) {
	margin-top: 0px;
}
.classloop-zgdt .hd {
	height: 22px;
	overflow: hidden;
	background-color: #f2f2f2;
	line-height: 22px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.classloop-zgdt .hd h3 {
	font-weight: bold;
	color: #bf1d14;
	float: left;
	height: 22px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #bf1d14;
	font-size: 22px;
	display: block;
	padding-left: 15px;
}
.classloop-zgdt .hd h3 a {
	color: #BF1D14;
	text-decoration: none;
	display: block;
	line-height: 22px;
}
.classloop-zgdt .hd .more {
	margin-right: 20px;
}
.classloop-zgdt .bd {
	padding: 20px;
	border: 1px solid #CCCCCC;
}
.classloop-zgdt .bd ul { padding: 10px; }

.classname { line-height: 50px; background-image: url(icon_05.gif); background-repeat: repeat-x; background-position: left bottom; height: 50px; overflow: hidden; }
.classname h3 { float: left; background-image: url(icon_06.gif); background-repeat: repeat-x; background-position: left bottom; font-size: 20px; font-weight: bold; color: #A61C1C; text-decoration: none; }
.classlist {
}
.classlist ul {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*边栏栏目导航*/
.sidenav{
	overflow: hidden;
	margin-top: 30px;
}
.sidenav ul {
	overflow: hidden;
}
.sidenav li {
	float: left;
}
.sidenav li a {
	background-color: #f6f6f6;
	display: block;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	line-height: 50px;
	height: 50px;
	padding-right: 40px;
	padding-left: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
.sidenav li:first-child a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.sidenav li.on a {
	border: 1px solid #0c6800;
	color: #FFFFFF;
	background-color: #108a00;
}

.sidenav dt{
	background-color: #bf1d14;
	font-size: 22px;
	line-height: 50px;
	text-align: center;
	display: block;
	height: 50px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.sidenav dd{
	padding-right: 15px;
	padding-left: 15px;
}
.sidenav dd a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	line-height: 2em;
	font-size: 16px;
	padding-left: 20px;
	text-decoration: none;
	background-image: url(icon_05a.png);
	background-repeat: no-repeat;
	background-position: 244px center;
	padding-right: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.sidenav dd a:hover {
	font-weight: bold;
	background-image: url(icon_05b.png);
}

.sidenav dd.on a{
	font-weight: bold;
	color: #bf1d14;
	background-image: url(icon_05b.png);
}

/*单页*/
.danye{
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 25px;
	padding-left: 25px;
}

/*列表分页*/
.epages {
	font-size: 14px;
	margin-top: 40px;
	text-align: center;
	margin-bottom: 40px;
}
.epages * {
	vertical-align:middle;
}
.epages a{
	border:1px solid #e1e1e1;
	text-align:center;
	text-decoration:none;
	font-size: 14px;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
	line-height: 1em;
	display: inline-block;
}
.epages a:hover{
	border:1px solid #108a00;
	color:#fff;
	background-color: #108a00;
}
.epages>b:nth-of-type(1){
	text-align:center;
	text-decoration:none;
	font-size: 14px;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
	line-height: 1em;
	border:1px solid #108a00;
	color:#fff;
	background-color: #108a00;
	display: inline-block;
}
.epages input{
	border:1px solid #108a00;
	padding-bottom:7px;
	padding-left:8px;
	color:#659B28;
	font-size: 14px;
	line-height: 1em;
	padding-top: 7px;
	padding-right: 8px;
}

/*正文*/
.neirong {
	margin-top: 30px;

}
.neirong  h1 {
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	color: #333333;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.neirong h2 { text-align: center; font-size: 30px;font-weight: normal;}
	

.neirong .info {
	text-align: center;
	margin-top: 30px;
	line-height: 40px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	color: #666;
}
.neirong .zhengwen {
	padding-top: 40px;
	padding-bottom: 40px;
}
.neirong .zhengwen img { max-width: 1000px; }
.neirong .sxt {
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	padding-bottom: 30px;
}
.neirong .sxt li { line-height: 40px; }
.neirong-fenye {
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	clear: both;
}
.neirong-fenye *{ vertical-align:middle; }
.neirong-fenye a{ border:1px solid #999999; text-align:center; text-decoration:none; font-size: 14px; font-style: normal; line-height: 30px; font-weight: normal; font-variant: normal; color: #015293; margin-top: 0; margin-right: 1px; margin-bottom: 0; margin-left: 1px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; }
.neirong-fenye a:hover { border:1px solid #015293; text-decoration:none; color:#FFFFFF; background-color: #015293; }
.neirong-zuozhe {
	text-align: right;
}

/*
.wygzq { border: 1px solid #015293; height: 378px; background-image: url(bzzx_12.jpg); background-repeat: no-repeat; background-position: right bottom; }
.wygzq-dl { float: left; margin-left: 100px; margin-top: 100px; }
.wygzq-dl td { padding: 10px; }
.wygzq-dl .txt { }
.wygzq-dl .bd { width: 250px; }
.wygzq-dl .wbk { line-height: 32px; height: 32px; width: 240px; }
.wygzq-dl .anniu { padding-top: 5px; padding-right: 25px; padding-bottom: 5px; padding-left: 25px; cursor: pointer; font-size: 16px; display: inline; }
*/

/*通用列表*/
.list1 { }
.list1 li {
	line-height: 44px;
	background-image: url(icon_01a.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	height: 44px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.list1 li:hover {
	background-image: url(icon_01b.png);
}
.list1 li a { float: left; }
.list2 { padding: 10px; }
.list2 li { line-height: 36px; background-image: url(icon_01.gif); background-repeat: no-repeat; background-position: left center; padding-left: 14px; }

.list3 { }
.list3 li {
	line-height: 50px;
	background-image: url(icon_01a.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	height: 50px;
	overflow: hidden;
}
.list3 li:hover {
	background-image: url(icon_01b.png);
}
.list3 li a { float: left; }

.listbox1 { float: left; width: 380px; margin-top: 20px; }
.listbox1 .hd { background-image: url(bzzx_06.gif); background-repeat: repeat-x; background-position: left bottom; height: 50px; line-height: 50px; overflow: hidden; }
.listbox1 .hd span { display: block; float: left; }
.listbox1 .hd span a { font-size: 22px; color: #666666; text-decoration: none; padding-right: 15px; padding-left: 15px; display: block; }
.listbox1 .hd span.on a { font-weight: bold; color: #015293; background-image: url(bzzx_07.gif); background-repeat: repeat-x; background-position: left bottom; }
.listbox1 .bd { height: 260px; padding-top: 10px; padding-bottom: 10px; overflow: hidden; }
.list-pic {
	overflow: hidden;
}
.list-pic li {
	width: 315px;
	margin-left: 30px;
	display: inline;
	float: left;
	overflow: hidden;
	height: 217px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.list-pic li:nth-child(4n+1){
	margin-left:0;
}
.list-pic .pic {
	height: 175px;
	width: 313px;
	overflow: hidden;
	display: block;
	border: 1px solid #CCCCCC;
}
.list-pic .pic img {
	display: block;
	height: 175px;
	width: 313px;
}
.list-pic .title {
	line-height: 40px;
	height: 40px;
	text-align: center;
	display: block;
}
.list-pic li:hover img {
transform:scale(1.1);
-ms-transform:scale(1.1); 	/* IE 9 */
-moz-transform:scale(1.1); 	/* Firefox */
-webkit-transform:scale(1.1); /* Safari 和 Chrome */
-o-transform:scale(1.1); 	/* Opera */
}

/*搜索结果*/
.sousuo-tishi {
	line-height: 80px;
}
.sousuo-tishi .red {
	color: #CC0000;
	padding-right: 10px;
	padding-left: 10px;
}
.sousuo-ul li {
	margin-bottom: 20px;
}
.sousuo-ul p {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 1.8em;
}
.sousuo-ul .sousuo-bt {
	line-height: 40px;
	font-weight: bold;
	background-color: #f2f2f2;
	font-size: 18px;
}
.sousuo-ul .sousuo-sx {
	color: #999999;
	line-height: 2.4em;
}
.sousuo-ul .sousuo-sx span {
	margin-right: 40px;
}
.sousuo-ul .sousuo-sx a {
	color: #999999;
}
.sousuo-ul .sousuo-wz a {
	color: #669966;
}

/*两列横幅*/
.banner-1,.banner-2 {
	width:690px;
	height: 100px;
	overflow: hidden;
	position: relative;
}
.banner .hd {
	overflow:hidden;
	zoom:1;
	position:absolute;
	bottom:10px;
	right:20px;
	z-index:3
}
.banner .hd li {
	float:left;
	line-height:0px;
	font-size:0px;
	width:10px;
	height:10px;
	cursor:pointer;
	overflow:hidden;
	margin-left:5px;
	-webkit-transition:All .5s ease;
	-moz-transition:All .5s ease;
	-o-transition:All .5s ease;
	background-color: #FFFFFF;
	border-radius: 5px;
}
.banner .hd li.on {
	background-color: #ff9900;
	width: 30px;
}
.banner .bd img {
	width:690px;
	height:100px;
	display: block;
}

/*通栏横幅*/
.banner-3 {
	overflow: hidden;
	height: 110px;
	position: relative;
}
.banner-3 .hd {
	overflow:hidden;
	zoom:1;
	position:absolute;
	bottom:10px;
	right:20px;
	z-index:3
}
.banner-3 .hd li {
	float:left;
	line-height:0px;
	font-size:0px;
	width:10px;
	height:10px;
	cursor:pointer;
	overflow:hidden;
	margin-left:5px;
	-webkit-transition:All .5s ease;
	-moz-transition:All .5s ease;
	-o-transition:All .5s ease;
	background-color: #FFFFFF;
	border-radius: 5px;
}
.banner-3 .hd li.on {
	background-color: #ff9900;
	width: 30px;
}
.banner-3 .bd img {
	width:1400px;
	height:110px;
	display: block;
}

/*友情链接*/
.links {
	background-color: #0e7700;
	padding-top: 20px;
	padding-bottom: 20px;
}
.links ul {
	clear:both;
	float:left;
	position:relative;
	left:50%;
}
.links li {
	float:left;
	display:inline;
	position:relative;
	left:-50%;
	margin-left: 16px;
}
.links li:first-child {
	margin-left: 0px;
}
.links li img {
	width: 192px;
	height: 51px;
	display: block;
}

/*留言本 留言列表*/
.lycname {
	line-height: 60px;
	height: 60px;
	background-image: url(icon_05.png);
	background-repeat: repeat-x;
	background-position: left center;
	overflow: hidden;
}
.lycname h3 {
	background-color: #FFFFFF;
	display: block;
	float: left;
	padding-right: 20px;
	font-size: 22px;
	font-weight: bold;
}
.lylb {
	border: 0px;
	margin-bottom: 30px;
}
.lylb dt {
	display: block;
	cursor:pointer;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 50px;
	overflow: hidden;
	background-image: url(icon_01a.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.lylb dt.on {
	background-image: url(icon_01b.png);
	color: #108a00;
}
.lylb dd {
	display:none; /* 默认都隐藏 */
	background-color: #f4f4f4;
}
.lynr table {
	background-color: #ddd;
}
.lylb td {
	padding-top: 12px;
	padding-right: 40px;
	padding-bottom: 12px;
	padding-left: 40px;
}
.lylb .left {
	background-color: #f0f0f0;
	width: 98px;
	text-align: center;
}
.lylb .right {
	width: 1039px;
	background-color: #f8f8f8;
}


/*留言本 签写留言*/
.qxly {
	border: 0px;
}


.qxly td {
	padding: 10px;
}
.qxly .bt {
	text-align: right;
	width: 78px;
}
.qxly input {
	border: 1px solid #999999;
	border-radius: 4px;
	padding: 5px;
	line-height: 1.5em;
}
.qxly textarea {
	border: 1px solid #999999;
	min-width: 800px;
	max-width: 800px;
	min-height: 220px;
	max-height: 600px;
	border-radius: 4px;
	padding: 5px;
	line-height: 1.5em;
	font-family:"Microsoft YaHei", "微软雅黑", sans-serif;
}
.qxly #name,.qxly #email,.qxly #mycall {
	width: 300px;
}
.qxly .red {
	color: #FF0000;
}
.qxly .lycode {
	height: 26px;
	display: inline-block;
	margin-left: 10px;
	width: auto;
	vertical-align: middle;
}
.qxly .btn {
	color: #fff;
	background-color: #108a00;
	display: inline-block;
	width: 120px;
	margin-right: 20px;
	cursor: pointer;
	border: none;
}

/*领导之窗*/
.lingdao-list {
}
.lingdao-list li {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
}
.lingdao-list li .zp {
	display: inline;
	float: left;
	width: 140px;
}
.lingdao-list li .zp img {
	display: block;
	height: 192px;
	width: 140px;
}
.lingdao-list li .xm {
	float: right;
	width: 1170px;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
}
.lingdao-list li .js {
	float: right;
	width: 1170px;
}
